home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-07-10 | 1.1 KB | 52 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = Tetris
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = Tetris.tiff
- GLOBAL_RESOURCES = Tetris.nib ColorBlock1.tiff ColorBlock2.tiff\
- ColorBlock3.tiff ColorBlock4.tiff MonoBlock1.tiff\
- MonoBlock2.tiff MonoBlock3.tiff MonoBlock4.tiff
-
- CLASSES = Minimatrix.m NextMatrix.m Piece.m ScoreKeeper.m TetApp.m\
- TetMatrix.m
-
- HFILES = Minimatrix.h NextMatrix.h Piece.h ScoreKeeper.h TetApp.h\
- TetMatrix.h
-
- MFILES = Tetris_main.m
-
- PSWFILES = wraps.psw
-
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app Tetris.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-